home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / hello_ki.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2011-03-26  |  88 b   |  7 lines

  1. on(release){
  2.    tellTarget("_parent")
  3.    {
  4.       gotoAndStop("StartGame");
  5.    }
  6. }
  7.